home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!usenet
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.tools.misc,comp.os.ms-windows.programmers.misc
- Subject: Re: Question About Compiling
- Date: Sun, 21 Apr 1996 17:59:50 GMT
- Organization: InfoRamp Inc., Toronto, Ontario (416) 363-9100
- Message-ID: <4ldiib$pas@sam.inforamp.net>
- References: <317844C4.1CBC@rosenet.net>
- NNTP-Posting-Host: ts23-13.tor.istar.ca
- X-Newsreader: Forte Free Agent 1.0.82
-
- Eric Hammy <mystery@rosenet.net> wrote:
- >I'm trying to compile one of my first windows programs and this is the
- >error I get:
- >Linking inherit.exe:
- >Linker Warning: No module definition file specified: using defaults
- >Linker Error: Undefined symbol OwlMain(int,char far*far*) in library
- >file C:\BC45\LIB\owlwi.lib in module winmain
-
- It is likely you are writing an non-OWL program and you the
- ide setup to expect an OWL program. The initiation into OWL
- occurs in the function OwlMain. Non-OWL Windows programs
- initiate in the function WinMain.
-
-
- Agrivar
-
- aka Randy Charles Morin,
- MiddleWorld SoftWare,
- Satisfying Your Bit and Bytes,
- Canada 1-800-363-3780
- Other 1-905-279-2087
- eMail rmorin@inforamp.net
-
-